<csactionclass> The <csactionclass> tag identifies the action by creating a class object which Adobe GoLive loads at start-up. When Adobe GoLive launches, it searches the actions folder for all class objects so that it can display them in the Action pop-up menu. You must use an opening and closing <csactionclass> tag in order for the action to register properly. This tag is not optional. The <csactionclass> tag has four attributes, plus a fifth one used with Adobe GoLive 4.0 and later. Clicking on the tag will reveal its attributes in the Inspector: You can use three action types: Adobe GoLive uses the ACTIONTYPE to enable/disable menu items in the actions menu. The Condition menu only displays Condition Actions. The main action menu displays only standard actions and action containers. Action menus which are included in a "GLActionConditionParam" or "GLActionGroupParam" only display standard actions to avoid nested actions. An action which contains a "GLActionGroupParam" or "GLActionConditionParam" must be set to "ACTIONTYPE = 2" (action container attribute) to work correctly. If an ACTIONTYPE is not defined (as in this case), Adobe GoLive will handle the action as a Standard Action type. Creating Actions > Creating your own actions > <csactionclass> |